词语吧>英语词典>class list翻译和用法

class list

英 [klɑːs lɪst]

美 [klæs lɪst]

网络  类列表; 班级名单

英英释义

noun

  • a list issued by examiners that categorizes students according to the class of honours they achieved in their degree examinations
      Synonym:honours list

    双语例句

    • After that, you use the Commands class to get the list of commands.
      在此之后,使用Commands类获取命令列表。
    • Skill Learning ( 11th level): You gain training in a skill from the rogue or wizard class skills list.
      勤学苦练(11级):选择一个游荡者或者法师技能,并受训。
    • You could have your FixedList class implement the List interface as well, but then you are faced with the unsavory task of providing an implementation for all of the List methods.
      您也可以让您的FixedList类实现List接口,但是您需要面对一项烦人的工作:为所有List方法提供一个实现。
    • He knew that meant she had come to his place on the class attendance list.
      他知道那意味著老师已经念到班级出勤簿上他的名字了。
    • The presenter is expected to include material from papers outside of those assigned by the class reading list, such as looking up key papers from the cited references.
      希望报告者能追加课程中指定读物,譬如查阅参考资料中的关键论文。
    • For example, in a generic class List, do you really want to prevent the construction of a List?
      例如,在泛型类List中,您真的想要防止List的构造吗?
    • Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
      架构更新失败:在辅助类别列表中的类别不存在或不是一个辅助类别。
    • Once found, select the Java class from the list of available options and click OK to complete the add process.
      找到之后,从可用选项列表中选择此Java类,并单击OK,从而完成添加过程。
    • The Action class has the list variables named state and status.
      Action类具有列表变量,名为state和status。
    • Because of erasure, List and List are the same class, and the compiler only generates one class when compiling List ( unlike in C++).
      因为可以擦除功能,所以List和List是同一个类,编译器在编译List时只生成一个类(和C++不同)。